﻿2026-07-11T01:40:02.7587367Z ##[group]Run actions/checkout@v5
2026-07-11T01:40:02.7588155Z with:
2026-07-11T01:40:02.7588494Z   fetch-depth: 0
2026-07-11T01:40:02.7588941Z   repository: SaberMage/spt-core
2026-07-11T01:40:02.7592004Z   token: ***
2026-07-11T01:40:02.7592348Z   ssh-strict: true
2026-07-11T01:40:02.7592691Z   ssh-user: git
2026-07-11T01:40:02.7593053Z   persist-credentials: true
2026-07-11T01:40:02.7593438Z   clean: true
2026-07-11T01:40:02.7593796Z   sparse-checkout-cone-mode: true
2026-07-11T01:40:02.7594216Z   fetch-tags: false
2026-07-11T01:40:02.7594568Z   show-progress: true
2026-07-11T01:40:02.7594912Z   lfs: false
2026-07-11T01:40:02.7595235Z   submodules: false
2026-07-11T01:40:02.7595588Z   set-safe-directory: true
2026-07-11T01:40:02.7596168Z ##[endgroup]
2026-07-11T01:40:02.8395508Z Syncing repository: SaberMage/spt-core
2026-07-11T01:40:02.8397176Z ##[group]Getting Git version info
2026-07-11T01:40:02.8397815Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-11T01:40:02.8398766Z [command]/usr/bin/git version
2026-07-11T01:40:02.8399390Z git version 2.43.0
2026-07-11T01:40:02.8409993Z ##[endgroup]
2026-07-11T01:40:02.8421073Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6eb3f7aa-3960-4d9b-b58f-e91ee4f1010d' before making global git config changes
2026-07-11T01:40:02.8422562Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T01:40:02.8424199Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T01:40:02.8454920Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-11T01:40:02.8474984Z https://github.com/SaberMage/spt-core
2026-07-11T01:40:02.8485125Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T01:40:02.8487492Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T01:40:02.8504400Z HEAD
2026-07-11T01:40:02.8534563Z ##[endgroup]
2026-07-11T01:40:02.8535780Z [command]/usr/bin/git submodule status
2026-07-11T01:40:02.8724665Z ##[group]Cleaning the repository
2026-07-11T01:40:02.8727637Z [command]/usr/bin/git clean -ffdx
2026-07-11T01:40:02.8756845Z Removing traceable-reqs
2026-07-11T01:40:02.8763391Z [command]/usr/bin/git reset --hard HEAD
2026-07-11T01:40:02.8827014Z HEAD is now at 2eb1472fe Merge c9ca08f081273a995adbe9c44d6e3f27d58a4a52 into a632e2b19802a82f72ad2523ea064e36aab423b1
2026-07-11T01:40:02.8833109Z ##[endgroup]
2026-07-11T01:40:02.8835251Z ##[group]Disabling automatic garbage collection
2026-07-11T01:40:02.8838252Z [command]/usr/bin/git config --local gc.auto 0
2026-07-11T01:40:02.8865271Z ##[endgroup]
2026-07-11T01:40:02.8865973Z ##[group]Setting up auth
2026-07-11T01:40:02.8871199Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T01:40:02.8898451Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T01:40:02.9122007Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T01:40:02.9150161Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T01:40:02.9337892Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T01:40:02.9364829Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T01:40:02.9550258Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-11T01:40:02.9579559Z ##[endgroup]
2026-07-11T01:40:02.9580321Z ##[group]Fetching the repository
2026-07-11T01:40:02.9586406Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +2eb1472fe221f98d349e86c62fb12267ffc8238f:refs/remotes/pull/83/merge
2026-07-11T01:40:04.2880158Z ##[endgroup]
2026-07-11T01:40:04.2881088Z ##[group]Determining the checkout info
2026-07-11T01:40:04.2881894Z ##[endgroup]
2026-07-11T01:40:04.2886109Z [command]/usr/bin/git sparse-checkout disable
2026-07-11T01:40:04.2926737Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-11T01:40:04.2951860Z ##[group]Checking out the ref
2026-07-11T01:40:04.2953854Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/83/merge
2026-07-11T01:40:04.3012515Z HEAD is now at 2eb1472fe Merge c9ca08f081273a995adbe9c44d6e3f27d58a4a52 into a632e2b19802a82f72ad2523ea064e36aab423b1
2026-07-11T01:40:04.3018187Z ##[endgroup]
2026-07-11T01:40:04.3065016Z [command]/usr/bin/git log -1 --format=%H
2026-07-11T01:40:04.3095767Z 2eb1472fe221f98d349e86c62fb12267ffc8238f
